runtime.fixalloc.inuse (field)
9 uses
runtime (current package)
metrics.go#L659: a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
metrics.go#L661: a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
mfixalloc.go#L39: inuse uintptr // in-use bytes now
mfixalloc.go#L69: f.inuse = 0
mfixalloc.go#L83: f.inuse += f.size
mfixalloc.go#L100: f.inuse += f.size
mfixalloc.go#L105: f.inuse -= f.size
mstats.go#L537: stats.MSpanInuse = uint64(mheap_.spanalloc.inuse)
mstats.go#L539: stats.MCacheInuse = uint64(mheap_.cachealloc.inuse)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |